Commit 1ea5d4d 1 parent 719ef3c commit 1ea5d4d Copy full SHA for 1ea5d4d
File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -143,23 +143,13 @@ Multiple directories can use separate SOPS configs.
143
143
Contributors using the ` sops ` CLI to create and encrypt files
144
144
won't have to worry about specifying the proper key for the target cluster or namespace.
145
145
146
- ` encrypted_regex ` helps encrypt the the proper ` data ` and ` stringData ` fields for Secrets.
146
+ ` encrypted_regex ` helps encrypt the ` data ` and ` stringData ` fields for Secrets.
147
147
You may wish to add other fields if you are encrypting other types of Objects.
148
148
149
149
!!! hint
150
150
Note that you should encrypt only the ` data ` or ` stringData ` section. Encrypting the Kubernetes
151
151
secret metadata, kind or apiVersion is not supported by kustomize-controller.
152
152
153
- Ignore all ` .sops.yaml ` files in a [ ` .sourceignore ` ] ( ../components/source/gitrepositories#excluding-files )
154
- file at the root of your repo.
155
-
156
- ``` sh
157
- touch .sourceignore
158
- echo ' **/.sops.yaml' >> .sourceignore
159
- ```
160
-
161
- You can now commit your SOPS config.
162
-
163
153
## Encrypt secrets
164
154
165
155
Generate a Kubernetes secret manifest with kubectl:
You can’t perform that action at this time.
0 commit comments