-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapplication-rhoai-dependencies.yaml
More file actions
39 lines (39 loc) · 1.09 KB
/
application-rhoai-dependencies.yaml
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
labels:
app: rhoai-dependencies
name: rhoai-dependencies
namespace: openshift-gitops
spec:
destination:
server: 'https://kubernetes.default.svc'
project: default
source:
# Default: RHCL operator only. For RHCL Grafana dashboards, switch to:
# path: rhoai-dependencies/variants/with-rhcl-grafana
path: rhoai-dependencies
repoURL: https://github.com/alvarolop/rhoai-gitops.git
targetRevision: main
# kustomize:
# patches:
# - target:
# kind: NodeFeatureDiscovery
# name: nfd-instance
# patch: |-
# - op: replace
# path: /spec/operand/image
# value: registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v4.20
# - target:
# kind: Subscription
# name: authorino-operator
# patch: |-
# - op: replace
# path: /spec/channel
# value: tech-preview-v1
syncPolicy:
automated:
prune: false
selfHeal: false
syncOptions: []