File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
charts/azure-managed-cluster/templates Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
10
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
11
11
with :
12
12
fetch-depth : 0
13
13
Original file line number Diff line number Diff line change 11
11
allowedNamespaces :
12
12
list :
13
13
- {{ .Release.Namespace }}
14
+ {{- if .Values.identity.clusterIdentitySecretValue }}
14
15
clientSecret :
15
16
name : {{ .Values.identity.clusterIdentitySecretName }}
16
17
namespace : {{ .Release.Namespace }}
18
+ {{- end }}
17
19
clientID : {{ .Values.identity.clientID }}
18
20
tenantID : {{ .Values.identity.tenantID }}
19
21
type : {{ .Values.identity.type }}
You can’t perform that action at this time.
0 commit comments