Skip to content

Commit

Permalink
Create test_secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored Apr 16, 2024
1 parent f802952 commit 41df1a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: mysecret
type: kubernetes.io/basic-auth
stringData:
username: test
password: test

0 comments on commit 41df1a2

Please sign in to comment.