File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ creation_rules:
66 # Encrypt with Azure Key Vault's (comma separated vault endpoint list)
77 # - azure_keyvault: 'https://sops.vault.azure.net/keys/sops-key/some-string'
88 # Google KMS
9- - gcp_kms: projects/demo/locations/europe-west4/keyRings/demo/cryptoKeys/vault
9+ - path_regex: secrets.*.yaml
10+ gcp_kms: projects/demo/locations/europe-west4/keyRings/demo/cryptoKeys/vault
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
6060{{- end }}
6161{{- end }}
6262{{- $internetFacing := or (eq .provider " onprem" ) (ne .provider " nginx" ) (and (not .otomi.hasCloudLB) (eq .provider " nginx" )) }}
63- {{- if and $internetFacing .isApps }}
63+ {{- if and $internetFacing }}
6464 # also add apps on cloud lb
6565 {{- $routes = (merge $routes (dict $appsDomain list)) }}
6666{{- end }}
You can’t perform that action at this time.
0 commit comments