this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(vault): use correct service and PVC name

app-template v4 has new naming convention.

Khue Doan 3016ddc0 cbe753b2

+5 -5
+5 -5
platform/staging/vault.yaml
··· 46 46 createNamespace: true 47 47 values: 48 48 env: 49 - VAULT_ADDR: http://vault-cluster.vault.svc.cluster.local:8200 49 + VAULT_ADDR: http://vault.vault.svc.cluster.local:8200 50 50 --- 51 51 apiVersion: helm.toolkit.fluxcd.io/v2 52 52 kind: HelmRelease ··· 118 118 secretNamespace: '{{ .Release.Namespace }}' 119 119 volumeMounts: 120 120 - mountPath: /vault/data 121 - name: vault-data 121 + name: vault 122 122 volumes: 123 - - name: vault-data 123 + - name: vault 124 124 persistentVolumeClaim: 125 - claimName: vault-data 125 + claimName: vault 126 126 route: 127 127 main: 128 128 kind: HTTPRoute ··· 139 139 type: PathPrefix 140 140 value: / 141 141 backendRefs: 142 - - name: vault-cluster 142 + - name: vault 143 143 port: 8200 144 144 rbac: 145 145 bindings: