fluxcd-flux2/cmd/flux/testdata/create_secret/git/secret-git-only-pwd.yaml
Vincent Gillet a6cb5930f8
Make username optional for create secret git
Git authentication with basic auth doesn't necessarily require a
username to be present.

Signed-off-by: talife <gilletvincent@gmail.com>
Signed-off-by: Max Jonas Werner <mail@makk.es>
2023-08-23 11:59:10 +02:00

9 lines
126 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: podinfo-auth
namespace: my-namespace
stringData:
password: my-password