Add htpasswd-secret test
This commit is contained in:
parent
a76a8d79c4
commit
1c4d59287b
1 changed files with 8 additions and 0 deletions
8
generic/secret-htpasswd.yaml
Normal file
8
generic/secret-htpasswd.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# 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: {}
|
Loading…
Reference in a new issue