You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user needs to place service credentials (e.g. COS) into a secret like operator-database-backup/kubernetes/secret.yaml a good pattern is to use a template file, like cos-secret.template.yaml and then have the user rename to cos-secret.yaml after adding credentials. By adding cos-secret.yaml to .gitignore, there's less risk of having a commit/push expose the credential.
The text was updated successfully, but these errors were encountered:
When a user needs to place service credentials (e.g. COS) into a secret like
operator-database-backup/kubernetes/secret.yaml
a good pattern is to use a template file, likecos-secret.template.yaml
and then have the user rename tocos-secret.yaml
after adding credentials. By addingcos-secret.yaml
to.gitignore
, there's less risk of having a commit/push expose the credential.The text was updated successfully, but these errors were encountered: