Add htpasswd-secret test

This commit is contained in:
Nico Schottelius 2021-12-04 14:31:51 +01:00
parent a76a8d79c4
commit 1c4d59287b
1 changed files with 8 additions and 0 deletions

View 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: {}