Compare commits
2 Commits
d1d1aa45e4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38f3c2e233 | ||
|
|
696824fe9f |
4
PROJECT
4
PROJECT
@@ -2,7 +2,7 @@
|
|||||||
# This file is used to track the info used to scaffold your project
|
# This file is used to track the info used to scaffold your project
|
||||||
# and allow the plugins properly work.
|
# and allow the plugins properly work.
|
||||||
# More info: https://book.kubebuilder.io/reference/project-config.html
|
# More info: https://book.kubebuilder.io/reference/project-config.html
|
||||||
domain: getontime.no
|
domain: cloud.getontime.no
|
||||||
layout:
|
layout:
|
||||||
- helm.sdk.operatorframework.io/v1
|
- helm.sdk.operatorframework.io/v1
|
||||||
projectName: ontime-operator
|
projectName: ontime-operator
|
||||||
@@ -10,7 +10,7 @@ resources:
|
|||||||
- api:
|
- api:
|
||||||
crdVersion: v1
|
crdVersion: v1
|
||||||
namespaced: true
|
namespaced: true
|
||||||
domain: getontime.no
|
domain: cloud.getontime.no
|
||||||
group: ontime
|
group: ontime
|
||||||
kind: Stage
|
kind: Stage
|
||||||
version: v1
|
version: v1
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ kind: Stage
|
|||||||
metadata:
|
metadata:
|
||||||
name: stage-sample
|
name: stage-sample
|
||||||
spec:
|
spec:
|
||||||
ingress:
|
|
||||||
className: nginx
|
|
||||||
ontime:
|
ontime:
|
||||||
timezone: "America/Chicago"
|
timezone: "America/Chicago"
|
||||||
prefix: "test"
|
prefix: "test"
|
||||||
|
|||||||
Reference in New Issue
Block a user