@@ -144,28 +144,28 @@ spec:
144144    jsonPointers :
145145    - /webhooks/0/clientConfig/caBundle 
146146
147- ---
148- apiVersion : argoproj.io/v1alpha1 
149- kind : Application 
150- metadata :
151-   name : flux 
152-   finalizers :
153-   - resources-finalizer.argocd.argoproj.io 
154- spec :
155-   project : default 
156-   source :
157-     repoURL : https://github.com/jessesuen/k8s-deployments.git 
158-     path : flux/demo 
159-   destination :
160-     server : https://kubernetes.default.svc 
161-     namespace : flux 
162-   ignoreDifferences :
163-   #  k8s 1.3 does not enable runAsGroup by default 
164-   - group : apps 
165-     kind : Deployment 
166-     name : memcached 
167-     jsonPointers :
168-     - /spec/template/spec/containers/0/securityContext/runAsGroup 
147+ #   ---
148+ #   apiVersion: argoproj.io/v1alpha1
149+ #   kind: Application
150+ #   metadata:
151+ #     name: flux
152+ #     finalizers:
153+ #     - resources-finalizer.argocd.argoproj.io
154+ #   spec:
155+ #     project: default
156+ #     source:
157+ #       repoURL: https://github.com/jessesuen/k8s-deployments.git
158+ #       path: flux/demo
159+ #     destination:
160+ #       server: https://kubernetes.default.svc
161+ #       namespace: flux
162+ #     ignoreDifferences:
163+ #     # k8s 1.3 does not enable runAsGroup by default 
164+ #     - group: apps
165+ #       kind: Deployment
166+ #       name: memcached
167+ #       jsonPointers:
168+ #       - /spec/template/spec/containers/0/securityContext/runAsGroup
169169
170170---
171171apiVersion : argoproj.io/v1alpha1 
@@ -233,6 +233,44 @@ spec:
233233    server : https://kubernetes.default.svc 
234234    namespace : prometheus-operator 
235235
236+ ---
237+ apiVersion : argoproj.io/v1alpha1 
238+ kind : Application 
239+ metadata :
240+   name : oauth2-proxy-prometheus 
241+   finalizers :
242+   - resources-finalizer.argocd.argoproj.io 
243+ spec :
244+   project : default 
245+   source :
246+     repoURL : https://github.com/jessesuen/k8s-deployments.git 
247+     path : oauth2-proxy 
248+     helm :
249+       valueFiles :
250+       - prometheus.yaml 
251+   destination :
252+     server : https://kubernetes.default.svc 
253+     namespace : prometheus-operator 
254+ 
255+ ---
256+ apiVersion : argoproj.io/v1alpha1 
257+ kind : Application 
258+ metadata :
259+   name : oauth2-proxy-canary-demo 
260+   finalizers :
261+   - resources-finalizer.argocd.argoproj.io 
262+ spec :
263+   project : default 
264+   source :
265+     repoURL : https://github.com/jessesuen/k8s-deployments.git 
266+     path : oauth2-proxy 
267+     helm :
268+       valueFiles :
269+       - rollouts-demo.yaml 
270+   destination :
271+     server : https://kubernetes.default.svc 
272+     namespace : default 
273+ 
236274---
237275apiVersion : argoproj.io/v1alpha1 
238276kind : Application 
@@ -252,6 +290,23 @@ spec:
252290    server : https://kubernetes.default.svc 
253291    namespace : istio-system 
254292
293+ 
294+ ---
295+ apiVersion : argoproj.io/v1alpha1 
296+ kind : Application 
297+ metadata :
298+   name : ingresses 
299+   finalizers :
300+   - resources-finalizer.argocd.argoproj.io 
301+ spec :
302+   project : default 
303+   source :
304+     repoURL : https://github.com/jessesuen/k8s-deployments.git 
305+     path : ingresses 
306+   destination :
307+     server : https://kubernetes.default.svc 
308+     namespace : istio-system 
309+ 
255310#  ---
256311#  apiVersion: argoproj.io/v1alpha1
257312#  kind: Application
0 commit comments