It was committed, under a different name, with a different class
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
5154757c8d
commit
7bb8dace92
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: samba-fast
|
name: samba-fast-longhorn
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
|
@ -16,10 +16,14 @@ spec:
|
||||||
- name: service.type
|
- name: service.type
|
||||||
value: LoadBalancer
|
value: LoadBalancer
|
||||||
- name: persistence.pvc.storageClass
|
- name: persistence.pvc.storageClass
|
||||||
value: local-path-fast
|
value: lonhorn-ssd
|
||||||
- name: persistance.pvc.size
|
- name: persistance.pvc.size
|
||||||
value: 3Ti
|
value: 100Mi #low because we're gonna loop in lots of PVCs here below...
|
||||||
values: "samba:\n users: \n - username: martyn\n password: \"564628\""
|
valuesObject:
|
||||||
|
samba:
|
||||||
|
users:
|
||||||
|
- username: martyn
|
||||||
|
password: "564628"
|
||||||
path: apps-helm/samba4
|
path: apps-helm/samba4
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
Loading…
Reference in New Issue