Skip to content

Commit 32c2049

Browse files
committed
Merge branch 'main' into aksskusmaller
2 parents 6406a16 + c58ba44 commit 32c2049

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
10+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1111
with:
1212
fetch-depth: 0
1313

charts/azure-managed-cluster/templates/azureclusteridentity.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ spec:
1111
allowedNamespaces:
1212
list:
1313
- {{ .Release.Namespace }}
14+
{{- if .Values.identity.clusterIdentitySecretValue }}
1415
clientSecret:
1516
name: {{ .Values.identity.clusterIdentitySecretName }}
1617
namespace: {{ .Release.Namespace }}
18+
{{- end }}
1719
clientID: {{ .Values.identity.clientID }}
1820
tenantID: {{ .Values.identity.tenantID }}
1921
type: {{ .Values.identity.type }}

0 commit comments

Comments
 (0)