diff --git a/template/edfbuilder.yaml b/template/edfbuilder.yaml index 563ea88..e0fa857 100644 --- a/template/edfbuilder.yaml +++ b/template/edfbuilder.yaml @@ -12,7 +12,7 @@ spec: name: in-cluster namespace: argocd source: - path: registry + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/registry" repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" targetRevision: HEAD project: default diff --git a/template/registry/core.yaml b/template/registry/core.yaml index f082770..c02eb39 100644 --- a/template/registry/core.yaml +++ b/template/registry/core.yaml @@ -12,7 +12,7 @@ spec: name: in-cluster namespace: argocd source: - path: stacks/core + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core" repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" targetRevision: HEAD project: default diff --git a/template/registry/local-backup.yaml b/template/registry/local-backup.yaml index 6c70853..5e67ecd 100644 --- a/template/registry/local-backup.yaml +++ b/template/registry/local-backup.yaml @@ -12,7 +12,7 @@ spec: name: in-cluster namespace: argocd source: - path: stacks/local-backup + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/local-backup" repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" targetRevision: HEAD project: default diff --git a/template/registry/monitoring.yaml b/template/registry/monitoring.yaml index eecdb23..eeeb63c 100644 --- a/template/registry/monitoring.yaml +++ b/template/registry/monitoring.yaml @@ -12,7 +12,7 @@ spec: name: in-cluster namespace: argocd source: - path: stacks/monitoring + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring" repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" targetRevision: HEAD project: default diff --git a/template/registry/ref-implementation.yaml b/template/registry/ref-implementation.yaml index b837d39..e3fb460 100644 --- a/template/registry/ref-implementation.yaml +++ b/template/registry/ref-implementation.yaml @@ -12,7 +12,7 @@ spec: name: in-cluster namespace: argocd source: - path: stacks/ref-implementation + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation" repoURL: "https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}}" targetRevision: HEAD project: default diff --git a/template/stacks/core/argocd-sso.yaml b/template/stacks/core/argocd-sso.yaml index 4c840fd..8ecae78 100644 --- a/template/stacks/core/argocd-sso.yaml +++ b/template/stacks/core/argocd-sso.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/core/argocd-sso" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/argocd-sso" destination: server: "https://kubernetes.default.svc" namespace: argocd diff --git a/template/stacks/core/argocd.yaml b/template/stacks/core/argocd.yaml index 20d4038..755b031 100644 --- a/template/stacks/core/argocd.yaml +++ b/template/stacks/core/argocd.yaml @@ -24,7 +24,7 @@ spec: targetRevision: argo-cd-7.8.14-depends helm: valueFiles: - - $values/stacks/core/argocd/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/argocd/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values diff --git a/template/stacks/core/forgejo-runner.yaml b/template/stacks/core/forgejo-runner.yaml index 860bc43..09235c8 100644 --- a/template/stacks/core/forgejo-runner.yaml +++ b/template/stacks/core/forgejo-runner.yaml @@ -19,4 +19,4 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/core/forgejo-runner" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/forgejo-runner" diff --git a/template/stacks/core/forgejo-sso.yaml b/template/stacks/core/forgejo-sso.yaml index 7b25906..463d6ce 100644 --- a/template/stacks/core/forgejo-sso.yaml +++ b/template/stacks/core/forgejo-sso.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/core/forgejo-sso" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/forgejo-sso" destination: server: "https://kubernetes.default.svc" namespace: gitea diff --git a/template/stacks/core/forgejo.yaml b/template/stacks/core/forgejo.yaml index 965bb4a..441afe4 100644 --- a/template/stacks/core/forgejo.yaml +++ b/template/stacks/core/forgejo.yaml @@ -21,7 +21,7 @@ spec: targetRevision: v11.0.5-depends helm: valueFiles: - - $values/stacks/core/forgejo/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/forgejo/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values diff --git a/template/stacks/core/ingress-apps.yaml b/template/stacks/core/ingress-apps.yaml index 3c8136d..0d7a1b5 100644 --- a/template/stacks/core/ingress-apps.yaml +++ b/template/stacks/core/ingress-apps.yaml @@ -13,7 +13,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/core/ingress-apps" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/ingress-apps" project: default syncPolicy: automated: diff --git a/template/stacks/core/ingress-apps/alloy.yaml b/template/stacks/core/ingress-apps/alloy.yaml deleted file mode 100644 index e939823..0000000 --- a/template/stacks/core/ingress-apps/alloy.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: alloy - namespace: monitoring -spec: - ingressClassName: nginx - rules: - - host: {{{ .Env.DOMAIN }}} - http: - paths: - - backend: - service: - name: alloy - port: - number: 12345 - path: /alloy - pathType: Prefix diff --git a/template/stacks/core/ingress-apps/fibonacci-service.yaml b/template/stacks/core/ingress-apps/fibonacci-service.yaml deleted file mode 100644 index 622cceb..0000000 --- a/template/stacks/core/ingress-apps/fibonacci-service.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: fibonacci-service - namespace: fibonacci-app -spec: - ingressClassName: nginx - rules: - - host: {{{ .Env.DOMAIN }}} - http: - paths: - - backend: - service: - name: fibonacci-service - port: - number: 9090 - path: /fibonacci - pathType: Prefix diff --git a/template/stacks/core/ingress-apps/minio-console.yaml b/template/stacks/core/ingress-apps/minio-console.yaml deleted file mode 100644 index 19e2452..0000000 --- a/template/stacks/core/ingress-apps/minio-console.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: minio-console - namespace: minio-backup -{{{ if eq .Env.CLUSTER_TYPE "osc" }}} - annotations: - dns.gardener.cloud/class: garden - dns.gardener.cloud/dnsnames: minio-backup.{{{ .Env.DOMAIN }}} - dns.gardener.cloud/ttl: "600" -{{{ end }}} -spec: - ingressClassName: nginx - rules: - - host: minio-backup.{{{ .Env.DOMAIN }}} - http: - paths: - - backend: - service: - name: minio-console - port: - number: 9001 - path: / - pathType: Prefix diff --git a/template/stacks/core/ingress-nginx.yaml b/template/stacks/core/ingress-nginx.yaml index 8a5575b..1a0e6a8 100644 --- a/template/stacks/core/ingress-nginx.yaml +++ b/template/stacks/core/ingress-nginx.yaml @@ -21,7 +21,7 @@ spec: targetRevision: helm-chart-4.12.1-depends helm: valueFiles: - - $values/stacks/core/ingress-nginx/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/core/ingress-nginx/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values diff --git a/template/stacks/local-backup/minio.yaml b/template/stacks/local-backup/minio.yaml index da749f4..d75b367 100644 --- a/template/stacks/local-backup/minio.yaml +++ b/template/stacks/local-backup/minio.yaml @@ -15,14 +15,14 @@ spec: helm: releaseName: minio valueFiles: - - $values/stacks/local-backup/minio/helm/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/local-backup/minio/helm/values.yaml chart: minio - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/local-backup/minio/manifests" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/local-backup/minio/manifests" destination: server: "https://kubernetes.default.svc" namespace: minio-backup diff --git a/template/stacks/local-backup/velero.yaml b/template/stacks/local-backup/velero.yaml index 9e8a851..95c909c 100644 --- a/template/stacks/local-backup/velero.yaml +++ b/template/stacks/local-backup/velero.yaml @@ -15,7 +15,7 @@ spec: helm: releaseName: velero valueFiles: - - $values/stacks/local-backup/velero/helm/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/local-backup/velero/helm/values.yaml chart: velero - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD diff --git a/template/stacks/monitoring/alloy.yaml b/template/stacks/monitoring/alloy.yaml index 7d4d614..a93be19 100644 --- a/template/stacks/monitoring/alloy.yaml +++ b/template/stacks/monitoring/alloy.yaml @@ -19,11 +19,11 @@ spec: namespace: monitoring sources: - repoURL: https://github.com/grafana/alloy.git - path: operations/helm/charts/alloy - targetRevision: HEAD + path: operations/helm/charts/alloy + targetRevision: HEAD helm: valueFiles: - - $values/stacks/monitoring/alloy/values.yaml - - repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring/alloy/values.yaml + - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - ref: values \ No newline at end of file + ref: values diff --git a/template/stacks/monitoring/grafana-dashboards.yaml b/template/stacks/monitoring/grafana-dashboards.yaml index 2044df8..45f11b4 100644 --- a/template/stacks/monitoring/grafana-dashboards.yaml +++ b/template/stacks/monitoring/grafana-dashboards.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/monitoring/kube-prometheus/dashboards" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring/kube-prometheus/dashboards" destination: server: "https://kubernetes.default.svc" namespace: monitoring diff --git a/template/stacks/monitoring/kube-prometheus-sso.yaml b/template/stacks/monitoring/kube-prometheus-sso.yaml index 6442bf9..e5ae63e 100644 --- a/template/stacks/monitoring/kube-prometheus-sso.yaml +++ b/template/stacks/monitoring/kube-prometheus-sso.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/monitoring/kube-prometheus-sso" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring/kube-prometheus-sso" destination: server: "https://kubernetes.default.svc" namespace: monitoring diff --git a/template/stacks/monitoring/kube-prometheus.yaml b/template/stacks/monitoring/kube-prometheus.yaml index fa29b86..4783489 100644 --- a/template/stacks/monitoring/kube-prometheus.yaml +++ b/template/stacks/monitoring/kube-prometheus.yaml @@ -30,7 +30,7 @@ spec: targetRevision: HEAD helm: valueFiles: - - $values/stacks/monitoring/kube-prometheus/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring/kube-prometheus/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values diff --git a/template/stacks/monitoring/loki.yaml b/template/stacks/monitoring/loki.yaml index cc38f26..cb8e35e 100644 --- a/template/stacks/monitoring/loki.yaml +++ b/template/stacks/monitoring/loki.yaml @@ -23,7 +23,7 @@ spec: targetRevision: HEAD helm: valueFiles: - - $values/stacks/monitoring/loki/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/monitoring/loki/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values diff --git a/template/stacks/ref-implementation/argo-workflows.yaml b/template/stacks/ref-implementation/argo-workflows.yaml index f95dba1..90a4929 100644 --- a/template/stacks/ref-implementation/argo-workflows.yaml +++ b/template/stacks/ref-implementation/argo-workflows.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/argo-workflows/manifests/dev" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/argo-workflows/manifests/dev" destination: server: "https://kubernetes.default.svc" namespace: argo diff --git a/template/stacks/ref-implementation/backstage-templates.yaml b/template/stacks/ref-implementation/backstage-templates.yaml index 68dcdbd..5e36981 100644 --- a/template/stacks/ref-implementation/backstage-templates.yaml +++ b/template/stacks/ref-implementation/backstage-templates.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/backstage-templates/entities" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/backstage-templates/entities" directory: exclude: "catalog-info.yaml" destination: diff --git a/template/stacks/ref-implementation/backstage.yaml b/template/stacks/ref-implementation/backstage.yaml index c5759f6..7d70292 100644 --- a/template/stacks/ref-implementation/backstage.yaml +++ b/template/stacks/ref-implementation/backstage.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/backstage/manifests" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/backstage/manifests" destination: server: "https://kubernetes.default.svc" namespace: backstage diff --git a/template/stacks/ref-implementation/backstage/manifests/install.yaml b/template/stacks/ref-implementation/backstage/manifests/install.yaml index e49b0a6..ffd319f 100644 --- a/template/stacks/ref-implementation/backstage/manifests/install.yaml +++ b/template/stacks/ref-implementation/backstage/manifests/install.yaml @@ -167,7 +167,7 @@ data: locations: # Examples from a public GitHub repository. - type: url - target: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}:443/{{{ .Env.CLIENT_REPO_ORG_NAME }}}/raw/branch/main/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml + target: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}:443/{{{ .Env.CLIENT_REPO_ORG_NAME }}}/raw/branch/main/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/backstage-templates/entities/catalog-info.yaml rules: - allow: [Component, System, API, Resource, Location, Template, User, Group] kubernetes: diff --git a/template/stacks/ref-implementation/external-secrets.yaml b/template/stacks/ref-implementation/external-secrets.yaml index 8ecf800..bebfccf 100644 --- a/template/stacks/ref-implementation/external-secrets.yaml +++ b/template/stacks/ref-implementation/external-secrets.yaml @@ -14,7 +14,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/external-secrets/manifests" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/external-secrets/manifests" project: default syncPolicy: automated: diff --git a/template/stacks/ref-implementation/fibonacci-app.yaml b/template/stacks/ref-implementation/fibonacci-app.yaml deleted file mode 100644 index acdfefe..0000000 --- a/template/stacks/ref-implementation/fibonacci-app.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: fibonacci-app - namespace: argocd - labels: - env: dev - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} - targetRevision: HEAD - path: "stacks/ref-implementation/fibonacci-app" - destination: - server: "https://kubernetes.default.svc" - namespace: fibonacci-app - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - selfHeal: true - retry: - limit: -1 diff --git a/template/stacks/ref-implementation/fibonacci-app/deployment.yaml b/template/stacks/ref-implementation/fibonacci-app/deployment.yaml deleted file mode 100644 index 16f42e8..0000000 --- a/template/stacks/ref-implementation/fibonacci-app/deployment.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: fibonacci-deployment - namespace: fibonacci-app -spec: - replicas: 1 - selector: - matchLabels: - app: fibonacci-go - template: - metadata: - labels: - app: fibonacci-go - spec: - containers: - - name: fibonacci-go - image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/christopher.hase/fibonacci_http_go:1.0.0 - ports: - - containerPort: 9090 \ No newline at end of file diff --git a/template/stacks/ref-implementation/fibonacci-app/service.yaml b/template/stacks/ref-implementation/fibonacci-app/service.yaml deleted file mode 100644 index 6458fa4..0000000 --- a/template/stacks/ref-implementation/fibonacci-app/service.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: fibonacci-service - namespace: fibonacci-app -spec: - selector: - app: fibonacci-go - ports: - - protocol: TCP - port: 9090 - targetPort: 9090 - type: ClusterIP \ No newline at end of file diff --git a/template/stacks/ref-implementation/keycloak.yaml b/template/stacks/ref-implementation/keycloak.yaml index 91f3ade..d5c06d9 100644 --- a/template/stacks/ref-implementation/keycloak.yaml +++ b/template/stacks/ref-implementation/keycloak.yaml @@ -14,7 +14,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/keycloak/manifests" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/keycloak/manifests" project: default syncPolicy: automated: diff --git a/template/stacks/ref-implementation/mailhog.yaml b/template/stacks/ref-implementation/mailhog.yaml index f5673dc..27f607e 100644 --- a/template/stacks/ref-implementation/mailhog.yaml +++ b/template/stacks/ref-implementation/mailhog.yaml @@ -12,7 +12,7 @@ spec: source: repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD - path: "stacks/ref-implementation/mailhog" + path: "{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/mailhog" destination: server: "https://kubernetes.default.svc" namespace: mailhog diff --git a/template/stacks/ref-implementation/openbao.yaml b/template/stacks/ref-implementation/openbao.yaml index 9edfeea..08266e8 100644 --- a/template/stacks/ref-implementation/openbao.yaml +++ b/template/stacks/ref-implementation/openbao.yaml @@ -23,7 +23,7 @@ spec: targetRevision: HEAD helm: valueFiles: - - $values/stacks/ref-implementation/openbao/values.yaml + - $values/{{{ .Env.CLIENT_REPO_ID }}}/{{{ .Env.DOMAIN }}}/stacks/ref-implementation/openbao/values.yaml - repoURL: https://{{{ .Env.CLIENT_REPO_DOMAIN }}}/{{{ .Env.CLIENT_REPO_ORG_NAME }}} targetRevision: HEAD ref: values