helm-charts
helm-charts copied to clipboard
Change image pull secrets to array instead of map
#700 for reference
What was changed
Updated the imagepullsecret to an array as thats what a deployment expects
Why?
To ensure this works
Checklist
- Closes #700
- How was this tested:
Tested locally by using kustomize to apply a locally modified values chart that used array instead of dict 3. Any docs updates needed?
No