code-server added
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c95465bf1d
commit
8870f0043f
|
@ -0,0 +1,23 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: code
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: code-server
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
helm:
|
||||
parameters:
|
||||
- name: persistence.storageClass
|
||||
value: local-path-fast
|
||||
- name: image.pullPolicy
|
||||
value: Always
|
||||
path: apps-helm/code
|
||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
Loading…
Reference in New Issue