Fix eventhub integration config patches
Signed-off-by: leigh capili <leigh@null.net>
This commit is contained in:
@@ -18,13 +18,6 @@ vars:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
fieldref:
|
fieldref:
|
||||||
fieldpath: data.KUBE_SECRET
|
fieldpath: data.KUBE_SECRET
|
||||||
- name: ADDRESS
|
|
||||||
objref:
|
|
||||||
kind: ConfigMap
|
|
||||||
name: credentials-sync-eventhub
|
|
||||||
apiVersion: v1
|
|
||||||
fieldref:
|
|
||||||
fieldpath: data.ADDRESS
|
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- kustomizeconfig.yaml
|
- kustomizeconfig.yaml
|
||||||
|
|||||||
@@ -109,9 +109,9 @@ rules:
|
|||||||
- create
|
- create
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
# # Lock this down to the specific Secret name (Optional)
|
# Lock this down to the specific Secret name (Optional)
|
||||||
#resourceNames:
|
resourceNames:
|
||||||
# - $(KUBE_SECRET) # templated from kustomize vars referencing ConfigMap, also see kustomizeconfig.yaml
|
- $(KUBE_SECRET) # templated from kustomize vars referencing ConfigMap, also see kustomizeconfig.yaml
|
||||||
---
|
---
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|||||||
@@ -18,13 +18,6 @@ vars:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
fieldref:
|
fieldref:
|
||||||
fieldpath: data.KUBE_SECRET
|
fieldpath: data.KUBE_SECRET
|
||||||
- name: ADDRESS
|
|
||||||
objref:
|
|
||||||
kind: ConfigMap
|
|
||||||
name: credentials-sync-eventhub
|
|
||||||
apiVersion: v1
|
|
||||||
fieldref:
|
|
||||||
fieldpath: data.ADDRESS
|
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- kustomizeconfig.yaml
|
- kustomizeconfig.yaml
|
||||||
|
|||||||
@@ -85,9 +85,9 @@ rules:
|
|||||||
- create
|
- create
|
||||||
- update
|
- update
|
||||||
- patch
|
- patch
|
||||||
# # Lock this down to the specific Secret name (Optional)
|
# Lock this down to the specific Secret name (Optional)
|
||||||
#resourceNames:
|
resourceNames:
|
||||||
# - $(KUBE_SECRET) # templated from kustomize vars referencing ConfigMap, also see kustomizeconfig.yaml
|
- $(KUBE_SECRET) # templated from kustomize vars referencing ConfigMap, also see kustomizeconfig.yaml
|
||||||
---
|
---
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ apiVersion: v1
|
|||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: credentials-sync-eventhub
|
name: credentials-sync-eventhub
|
||||||
namespace: flux-system
|
|
||||||
data:
|
data:
|
||||||
KUBE_SECRET: webhook-url # does not yet exist -- will be created in the same Namespace
|
KUBE_SECRET: webhook-url # does not yet exist -- will be created in the same Namespace
|
||||||
ADDRESS: "fluxv2" # the Azure Event Hub name
|
ADDRESS: "fluxv2" # the Azure Event Hub name
|
||||||
|
|||||||
Reference in New Issue
Block a user