You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change would allow the same secret to being synced to multiple namespaces. This can be very useful for secrets such as private docker registries. The new schema could look like the example below:
---
apiVersion: digitalis.io/v1kind: ValsSecretmetadata:
name: private-registryspec:
type: kubernetes.io/dockerconfigjsonnamespaces:
- one
- two
- threedata:
auth:
ref: "ref+vault://secret/registry/dockerconfigjson"encoding: text
The text was updated successfully, but these errors were encountered:
The change would allow the same secret to being synced to multiple namespaces. This can be very useful for secrets such as private docker registries. The new schema could look like the example below:
The text was updated successfully, but these errors were encountered: