File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
pkg/resource/security_group Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2023-09-18T23:03:44Z "
3
- build_hash : 892f29d00a4c4ad21a2fa32919921de18190979d
4
- go_version : go1.20.3
5
- version : v0.27.1
2
+ build_date : " 2023-12-20T15:29:00Z "
3
+ build_hash : 3653329ceeb20015851b8776a6061a3fb0ec2935
4
+ go_version : go1.21.5
5
+ version : v0.27.1-6-g3653329-dirty
6
6
api_directory_checksum : 6e2d850d97f2f72db31c9bef522eca4ab95b3fcd
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.44.93
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ spec:
123
123
readOnly : true
124
124
{{- end }}
125
125
{{- if .Values.deployment.extraVolumeMounts -}}
126
- {{ toYaml .Values.deployment.extraVolumeMounts | nindent 12 }}
126
+ {{ toYaml .Values.deployment.extraVolumeMounts | nindent 10 }}
127
127
{{- end }}
128
128
securityContext :
129
129
allowPrivilegeEscalation : false
@@ -151,11 +151,11 @@ spec:
151
151
hostNetwork : {{ .Values.deployment.hostNetwork }}
152
152
dnsPolicy : {{ .Values.deployment.dnsPolicy }}
153
153
volumes :
154
- {{- if .Values.aws.credentials.secretName - }}
154
+ {{- if .Values.aws.credentials.secretName }}
155
155
- name : {{ .Values.aws.credentials.secretName }}
156
156
secret :
157
157
secretName : {{ .Values.aws.credentials.secretName }}
158
- {{ end - }}
158
+ {{- end }}
159
159
{{- if .Values.deployment.extraVolumes }}
160
160
{{ toYaml .Values.deployment.extraVolumes | indent 8}}
161
161
{{- end }}
You can’t perform that action at this time.
0 commit comments