fix: guard ghcr-secret template against nil ghcrAuth values

This commit is contained in:
Celes Renata
2026-04-19 19:51:29 +00:00
parent 886911149f
commit a9be904afe
@@ -1,4 +1,4 @@
{{- if .Values.ghcrAuth.enabled }}
{{- if and .Values.ghcrAuth .Values.ghcrAuth.enabled }}
apiVersion: v1
kind: Secret
metadata: