Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not create secret, if it cannot be filled #611

Open
srekkas opened this issue Feb 28, 2024 · 0 comments
Open

Do not create secret, if it cannot be filled #611

srekkas opened this issue Feb 28, 2024 · 0 comments

Comments

@srekkas
Copy link

srekkas commented Feb 28, 2024

Is your feature request related to a problem? Please describe.
Due to some problems creating secret, e.g. reaching Delinea Secret server, bad certificate or so secret cannot be filled.

Now it is created with variable , instead of pulled secret

Describe the solution you'd like
Make some option, that if secret cannot be pulled, do not create it at all

Describe alternatives you've considered
Use some other secret store.

Additional context

kind: Secret
apiVersion: v1
metadata:
  name: tls-secret
  namespace: openshift-gitops
  annotations:
    avp.kubernetes.io/path: "XXX"
type: kubernetes.io/tls
data:
  tls.crt: <some base64 encoded variable>
  tls.key: <some base64 encoded variable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant