-
Notifications
You must be signed in to change notification settings - Fork 634
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
Revamp bootstrap documentation #1226
Conversation
2ceadfe
to
5335d7b
Compare
1073153
to
6808b51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @stefanprodan 🥇
d0f70cd
to
531b65a
Compare
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
No longer needed due to fluxcd/source-controller#329 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
690893b
to
65d5cad
Compare
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
You may wish to add other fields if you are encrypting other types of Objects. | ||
|
||
!!! hint | ||
Note that you should encrypt only the `data` or `stringData` section. Encrypting the Kubernetes | ||
secret metadata, kind or apiVersion is not supported by kustomize-controller. | ||
|
||
Ignore all `.sops.yaml` files in a [`.sourceignore`](../components/source/gitrepositories#excluding-files) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is ignoring .sops.yaml
files not a recommended/required step anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest source-controller ignores .sops.yaml
by default. See fluxcd/source-controller#329
Changes:
flux bootstrap git
(followup Refactor bootstrap to make use of go-git-providers #968)Fix: #1013