Skip to content

Commit e1eb3c0

Browse files
new gitops conf
1 parent 5413cd3 commit e1eb3c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/eks-https-loadbalancer/kubeflow.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ module "treebeardkf" {
44
bootstrap_values = [
55
<<EOF
66
sources:
7-
- repoURL: 'https://github.com/treebeardtech/gitops-bridge-argocd-control-plane-template'
8-
targetRevision: 1418a326e09628faf07626c5e6bfad80f7b3f8d9
7+
- repoURL: 'https://github.com/treebeardtech/treebeard-kubeflow-gitops'
8+
targetRevision: 8e3369ac3720bd837f75d812b9ec9d5f9d135cef
99
ref: values
1010
valueFiles:
11-
- $values/gitops-example/eks-https-loadbalancer.yaml
11+
- $values/clusters/eks-https-loadbalancer.yaml
1212
valuesObject:
1313
istioResources:
1414
spec:

examples/k3s-gitops/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ module "treebeardkf" {
101101
bootstrap_values = [
102102
<<EOF
103103
sources:
104-
- repoURL: 'https://github.com/treebeardtech/gitops-bridge-argocd-control-plane-template'
105-
targetRevision: 2cc733d87a1a0b612c783c42fa570070f03d7150
104+
- repoURL: 'https://github.com/treebeardtech/treebeard-kubeflow-gitops'
105+
targetRevision: 8e3369ac3720bd837f75d812b9ec9d5f9d135cef
106106
ref: values
107107
valueFiles:
108108
# this value file should disabled istio (example of gitops config)
109-
- $values/gitops-example/values.yaml
109+
- $values/clusters/k3s-gitops.yaml
110110
valuesObject:
111111
# example of inline config where terraform vars can be injected
112112
certManager:

0 commit comments

Comments
 (0)