Add flux create secret proxy command
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
11
cmd/flux/testdata/create_secret/proxy/secret-proxy.yaml
vendored
Normal file
11
cmd/flux/testdata/create_secret/proxy/secret-proxy.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: proxy-secret
|
||||
namespace: my-namespace
|
||||
stringData:
|
||||
address: https://my-proxy.com
|
||||
password: my-password
|
||||
username: my-username
|
||||
|
||||
Reference in New Issue
Block a user