config auth creds for ec-config-server

This commit is contained in:
2024-09-12 13:43:50 +10:00
parent 21ec47187f
commit a5126d3636
3 changed files with 22 additions and 10 deletions

View File

@@ -3,6 +3,6 @@ kind: Kustomization
helmCharts:
- name: ec-config-server
repo: https://chartmuseum.cluster.edward.sydney:8899/
version: 1.0.11
version: 1.0.12
releaseName: ec-config-server
valuesFile: values.yaml

View File

@@ -1,3 +1,6 @@
environment:
configServerAuth:
existingSecret: ec-config-server-auth-secrets
service:
type: LoadBalancer
spring: