fix: guard ghcr-secret template against nil ghcrAuth values
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{- if .Values.ghcrAuth.enabled }}
|
||||
{{- if and .Values.ghcrAuth .Values.ghcrAuth.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user