Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/cluster-as-a-service/base/clustertemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
project: default
source:
chart: hypershift-aws-template
repoURL: https://konflux-ci.dev/cluster-template-charts/
repoURL: https://konflux-ci.dev/cluster-template-charts
targetRevision: 0.1.9
helm:
parameters:
Expand Down
1 change: 1 addition & 0 deletions components/cluster-as-a-service/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ resources:
- namespaces.yaml
- rbac.yaml
- clustertemplatequotas.yaml
- cluster-aas-operator-rbac.yaml
- clustertemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
name: hypershiftRoleArn
value: ""

- op: replace
path: /spec/template/spec/source/repoURL
value: https://konflux-ci.dev/cluster-template-charts

- op: replace
path: /spec/template/spec/source/targetRevision
value: 0.1.9
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- cluster-aas-operator-rbac.yaml
- klusterlet-config.yaml
patches:
- path: add-hypershift-params.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
name: hypershiftRoleArn
value: arn:aws:iam::767397671005:role/eaas-hypershift-cli-role

- op: replace
path: /spec/template/spec/source/repoURL
value: https://konflux-ci.dev/cluster-template-charts

- op: replace
path: /spec/template/spec/source/targetRevision
value: 0.1.9

This file was deleted.

1 change: 0 additions & 1 deletion components/cluster-as-a-service/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ kind: Kustomization
resources:
- ../base
- ../../openshift-gitops
- cluster-aas-operator-rbac.yaml
- external-secrets.yaml
patches:
- path: add-hypershift-params.yaml
Expand Down
Loading