ungleich-k8s/generic/secret-htpasswd.yaml

9 lines
192 B
YAML
Raw Normal View History

2021-12-04 13:31:51 +00:00
# Usable secret with services requiring htpassd
apiVersion: v1
kind: Secret
metadata:
name: htpasswd-test-secret
annotations:
secret-generator.v1.mittwald.de/type: basic-auth
data: {}