8 lines
192 B
YAML
8 lines
192 B
YAML
# 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: {}
|