How to create a pull-image secrete the GitOps way #390
-
I'm using a private registry with required authentication for all my application-images (frontend and backend). So if I setup a new cluster I create the cluster, apply gotk components wait for reconcile and then manually add the secrete. Is there a way to create this pull-image the "GitOps way"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Encrypt the secret and place the YAML in your repo, see https://toolkit.fluxcd.io/guides/mozilla-sops/ or https://toolkit.fluxcd.io/guides/sealed-secrets/ |
Beta Was this translation helpful? Give feedback.
Encrypt the secret and place the YAML in your repo, see https://toolkit.fluxcd.io/guides/mozilla-sops/ or https://toolkit.fluxcd.io/guides/sealed-secrets/