diff --git a/apps/prod/authelia/kustomization.yaml b/apps/prod/authelia/kustomization.yaml index 9009874..f713b90 100644 --- a/apps/prod/authelia/kustomization.yaml +++ b/apps/prod/authelia/kustomization.yaml @@ -13,5 +13,7 @@ resources: configMapGenerator: - name: authelia-prod-values namespace: auth + options: + disableNameSuffixHash: true files: - values.yaml diff --git a/apps/prod/authelia/release.yaml b/apps/prod/authelia/release.yaml index 5199599..3be3c5f 100644 --- a/apps/prod/authelia/release.yaml +++ b/apps/prod/authelia/release.yaml @@ -17,4 +17,4 @@ spec: interval: 12h valuesFrom: - kind: ConfigMap - name: $(authelia-prod-values) \ No newline at end of file + name: authelia-prod-values \ No newline at end of file diff --git a/apps/prod/gitea/kustomization.yaml b/apps/prod/gitea/kustomization.yaml index 2f8ffc7..f89312a 100644 --- a/apps/prod/gitea/kustomization.yaml +++ b/apps/prod/gitea/kustomization.yaml @@ -12,5 +12,7 @@ resources: configMapGenerator: - name: gitea-prod-values namespace: gitea + options: + disableNameSuffixHash: true files: - values.yaml diff --git a/apps/prod/gitea/release.yaml b/apps/prod/gitea/release.yaml index 257eeb7..c409283 100644 --- a/apps/prod/gitea/release.yaml +++ b/apps/prod/gitea/release.yaml @@ -17,4 +17,4 @@ spec: interval: 1h valuesFrom: - kind: ConfigMap - name: $(gitea-prod-values) \ No newline at end of file + name: gitea-prod-values \ No newline at end of file diff --git a/infrastructure/controllers/traefik/kustomization.yaml b/infrastructure/controllers/traefik/kustomization.yaml index 478f058..a3e3475 100644 --- a/infrastructure/controllers/traefik/kustomization.yaml +++ b/infrastructure/controllers/traefik/kustomization.yaml @@ -10,5 +10,7 @@ resources: configMapGenerator: - name: traefik-prod-values namespace: traefik + options: + disableNameSuffixHash: true files: - values.yaml diff --git a/infrastructure/controllers/traefik/release.yaml b/infrastructure/controllers/traefik/release.yaml index 08e644b..b5b3728 100644 --- a/infrastructure/controllers/traefik/release.yaml +++ b/infrastructure/controllers/traefik/release.yaml @@ -16,4 +16,4 @@ spec: interval: 10m valuesFrom: - kind: ConfigMap - name: $(traefik-prod-values) \ No newline at end of file + name: traefik-prod-values \ No newline at end of file