Skip to content

Commit 410ca0f

Browse files
author
Maurice Faber
committed
fix: azure exposure was missing apps domain [ci skip]
1 parent 5edff16 commit 410ca0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.values/.sops.yaml.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

charts/team-ns/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)