This commit is contained in:
auricom
2022-12-02 01:31:09 +01:00
parent 74441f5cb0
commit 6c905b50d8
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ resources:
secretGenerator: secretGenerator:
- name: glauth-secret - name: glauth-secret
files: files:
- ./server.toml=config/server.sops.toml - server.toml=./config/server.sops.toml
- ./groups.toml=config/groups.sops.toml - groups.toml=./config/groups.sops.toml
- ./users.toml=config/users.sops.toml - users.toml=./config/users.sops.toml
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true

View File

@@ -9,7 +9,7 @@ resources:
configMapGenerator: configMapGenerator:
- name: cloudnative-pg-dashboard - name: cloudnative-pg-dashboard
files: files:
- ./cloudnative-pg-dashboard.json=https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json - cloudnative-pg-dashboard.json=https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/docs/src/samples/monitoring/grafana-dashboard.json
generatorOptions: generatorOptions:
disableNameSuffixHash: true disableNameSuffixHash: true
annotations: annotations: