option to write output to a configmap #551
vSivarajah
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
hi @vSivarajah thank for for bringing this up! Outputs may contain sensitive values. That's the main reason why outputs are written to a Secret. Let's discuss. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@chanwit We also have a usecase where we want to output the values to a configMap instead of a Secret. It would also be nice to selectively send some outputs to Secret and others to a ConfigMap. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has there been any discussion to enable writing output to a configmap?
We have a usecase where writing the output to configmap would be more beneficial than writing to secret, due to argocd being able to display the values in configmap but not secret for developers.
Beta Was this translation helpful? Give feedback.
All reactions