Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Wetzell
38f3c2e233 remove ingress from sample 2025-12-29 15:32:22 -06:00
Joel Wetzell
696824fe9f update PROJECT 2025-12-29 15:29:19 -06:00
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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"