Files
metasploit-gs/test/kubernetes/secrets/templates/basic-auth.yaml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
176 B
YAML
Raw Normal View History

2021-10-12 11:14:49 +01:00
apiVersion: v1
kind: Secret
metadata:
name: {{ include "secrets.fullname" . }}-basic-auth
type: kubernetes.io/basic-auth
stringData:
username: root
password: password123