mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-04 17:18:50 +00:00
Add test for create secret
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
48e89b95bb
commit
67b393ce09
17 changed files with 491 additions and 3 deletions
10
cmd/flux/testdata/create_secret/helm/secret-helm.yaml
vendored
Normal file
10
cmd/flux/testdata/create_secret/helm/secret-helm.yaml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: helm-secret
|
||||
namespace: my-namespace
|
||||
stringData:
|
||||
password: my-password
|
||||
username: my-username
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue