Add flux create secret proxy command

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-09-27 19:11:10 +03:00
parent e17f3f0168
commit 8470f23ad2
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
6 changed files with 177 additions and 0 deletions

View 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