cooervo
Results
12
comments of
cooervo
Example for multiregion `us` ``` registries: - name: GCP Artifact Registry api_url: https://us-docker.pkg.dev prefix: us-docker.pkg.dev credentials: ext:/scripts/gcp-auth.sh # defined in authScripts below credsexpire: 30m default: true ... authScripts: enabled: true...
I was having this issue in our helm values file we had some custom config for `server.clusterRoleRules.rules` and had `server.clusterRoleRules.enabled: true` that was overriding default config notice: ``` {{- if...