mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Add test pw4
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: simple-helm
|
name: simple-helm
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
avp.kubernetes.io/path: "/v1/kv/data/argocd"
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: ''
|
name: ''
|
||||||
@@ -28,3 +30,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
value: 8080
|
value: 8080
|
||||||
|
envs:
|
||||||
|
- name: PASS
|
||||||
|
value: <password> # (4)
|
||||||
Reference in New Issue
Block a user