Skip to content

Commit bc01607

Browse files
committed
fix: restore operator-managed tunnel dns reconciliation
1 parent 37d33d0 commit bc01607

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

operators/cloudflare/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ resources:
66
- https://github.com/adyanth/cloudflare-operator.git/config/default?ref=v0.13.1
77
# ClusterTunnel CR (cloudflared deployment created by operator)
88
- cluster-tunnel.yaml
9-
- dns-adoption-job.yaml
109
generators:
1110
- ksops-cloudflare-secrets.yaml
1211
images:

workloads/ansible/tunnel-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
argocd.argoproj.io/sync-wave: "1"
99
subjects:
10-
- name: ansible
10+
- name: awx-service
1111
spec:
1212
fqdn: ansible.makeitwork.cloud
1313
target: http://awx-service.awx.svc:80

workloads/grafana/status-grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metadata:
6464
annotations:
6565
argocd.argoproj.io/sync-wave: "1"
6666
subjects:
67-
- name: grafana-status
67+
- name: grafana-status-service
6868
spec:
6969
fqdn: status.makeitwork.cloud
7070
target: http://grafana-status-service.grafana.svc:3000

workloads/grafana/tunnel-binding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
argocd.argoproj.io/sync-wave: "1"
99
subjects:
10-
- name: grafana
10+
- name: grafana-service
1111
spec:
1212
fqdn: grafana.makeitwork.cloud
1313
target: http://grafana-service.grafana.svc:3000

0 commit comments

Comments
 (0)