|
| 1 | +apiVersion: argoproj.io/v1alpha1 |
| 2 | +kind: AppProject |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + argocd-autopilot.argoproj-labs.io/default-dest-server: https://kubernetes.default.svc |
| 6 | + argocd.argoproj.io/sync-options: PruneLast=true |
| 7 | + argocd.argoproj.io/sync-wave: "-2" |
| 8 | + creationTimestamp: null |
| 9 | + name: testing-privileged |
| 10 | + namespace: argocd |
| 11 | +spec: |
| 12 | + clusterResourceWhitelist: |
| 13 | + - group: '*' |
| 14 | + kind: '*' |
| 15 | + description: testing-privileged project |
| 16 | + destinations: |
| 17 | + - namespace: '*' |
| 18 | + server: '*' |
| 19 | + namespaceResourceWhitelist: |
| 20 | + - group: '*' |
| 21 | + kind: '*' |
| 22 | + sourceRepos: |
| 23 | + - '*' |
| 24 | +status: {} |
| 25 | + |
| 26 | +--- |
| 27 | +apiVersion: argoproj.io/v1alpha1 |
| 28 | +kind: ApplicationSet |
| 29 | +metadata: |
| 30 | + annotations: |
| 31 | + argocd.argoproj.io/sync-wave: "0" |
| 32 | + creationTimestamp: null |
| 33 | + name: testing-privileged |
| 34 | + namespace: argocd |
| 35 | +spec: |
| 36 | + generators: |
| 37 | + - git: |
| 38 | + files: |
| 39 | + - path: apps/**/testing-privileged/config.json |
| 40 | + repoURL: https://github.com/developing-today/code.git |
| 41 | + requeueAfterSeconds: 20 |
| 42 | + revision: "" |
| 43 | + template: |
| 44 | + metadata: {} |
| 45 | + spec: |
| 46 | + destination: {} |
| 47 | + project: "" |
| 48 | + - git: |
| 49 | + files: |
| 50 | + - path: apps/**/testing-privileged/config_dir.json |
| 51 | + repoURL: https://github.com/developing-today/code.git |
| 52 | + requeueAfterSeconds: 20 |
| 53 | + revision: "" |
| 54 | + template: |
| 55 | + metadata: {} |
| 56 | + spec: |
| 57 | + destination: {} |
| 58 | + project: "" |
| 59 | + source: |
| 60 | + directory: |
| 61 | + exclude: '{{ exclude }}' |
| 62 | + include: '{{ include }}' |
| 63 | + jsonnet: {} |
| 64 | + recurse: true |
| 65 | + repoURL: "" |
| 66 | + syncPolicy: {} |
| 67 | + template: |
| 68 | + metadata: |
| 69 | + labels: |
| 70 | + app.kubernetes.io/managed-by: argocd-autopilot |
| 71 | + app.kubernetes.io/name: '{{ appName }}' |
| 72 | + name: testing-privileged-{{ userGivenName }} |
| 73 | + namespace: argocd |
| 74 | + spec: |
| 75 | + destination: |
| 76 | + namespace: '{{ destNamespace }}' |
| 77 | + server: '{{ destServer }}' |
| 78 | + ignoreDifferences: |
| 79 | + - group: argoproj.io |
| 80 | + jsonPointers: |
| 81 | + - /status |
| 82 | + kind: Application |
| 83 | + project: testing-privileged |
| 84 | + source: |
| 85 | + path: '{{ srcPath }}' |
| 86 | + repoURL: '{{ srcRepoURL }}' |
| 87 | + targetRevision: '{{ srcTargetRevision }}' |
| 88 | + syncPolicy: |
| 89 | + automated: |
| 90 | + allowEmpty: true |
| 91 | + prune: true |
| 92 | + selfHeal: true |
| 93 | +status: {} |
0 commit comments