forked from gmodzelewski/quinoa-wind-turbine-manifests
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwind-turbine-app-tmpl.yaml
44 lines (44 loc) · 1.08 KB
/
wind-turbine-app-tmpl.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: wind-turbine-app
namespace: openshift-gitops
spec:
project: default
source:
repoURL: "<your-forked-manifests-repo>"
path: helm
helm:
parameters:
- name: repoUrl
value: '<your-forked-manifests-repo>'
- name: applicationGitUrl
value: '<your-forked-app-repo>'
- name: image
value: '<your-mirrored-image>'
- name: imageTag
value: 'latest'
- name: imageDigest
value: '<the-image-digest>'
- name: followChangesForBranch
value: 'main'
- name: disableSecretsDeployment
value: 'true'
destination:
server: 'https://kubernetes.default.svc'
namespace: 'quinoa-wind-turbine'
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- group: image.openshift.io
kind: ImageStream
jsonPointers:
- /spec/tags
- group: apps.openshift.io
kind: DeploymentConfig
jsonPointers:
- /spec/template/spec/containers/0/image