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
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
apiVersion: v1
kind: Secret
metadata:
name: my-secret
type: kubernetes.io/tls
data:
# the data is abbreviated in this example
tls.crt: |
MIIC2DCCAcCgAwIBAgIBATANBgkqh ...
tls.key: |
MIIEpgIBAAKCAQEA7yn3bRHQ5FHMQ ...
Observations (Constraints, Context, etc):
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Having the ability to define a template to be used to produce a specific type of secret. Like:
What is the added value?
More flexibility with the generated secrets. Users can just use what aligns with their use case.
Give us examples of the outcome
This comes from the common CRD proposal as well so it would be defined like this in the ExternalSecret:
This would generate:
Observations (Constraints, Context, etc):
The text was updated successfully, but these errors were encountered: