Skip to content

Commit

Permalink
cilium: Use values from cilium-secret-values secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Mar 13, 2024
1 parent cfeb42c commit ef03ebc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions infrastructure/base/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,3 @@ externalWorkloads:
#
# Required for cluster-mesh.
enabled: true

clustermesh:
apiserver:
tls:
server:
extraIpAddresses:
- "88.201.161.72"
- "78.108.82.44"
2 changes: 2 additions & 0 deletions infrastructure/cluster1/cilium/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ spec:
valuesFrom:
- kind: ConfigMap
name: cilium-values
- kind: Secret
name: cilium-secret-values
- kind: ConfigMap
name: cilium-values-cluster1
2 changes: 2 additions & 0 deletions infrastructure/cluster2/cilium/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ spec:
valuesFrom:
- kind: ConfigMap
name: cilium-values
- kind: Secret
name: cilium-secret-values
- kind: ConfigMap
name: cilium-values-cluster2

0 comments on commit ef03ebc

Please sign in to comment.