EUGENIO SOUZA CARVALHO il y a 3 ans
Parent
commit
a52642623c

+ 1 - 1
argoworkflow/00-secret-github.yaml

@@ -2,7 +2,7 @@ apiVersion: v1
 kind: Secret
 metadata:
   name: github-access
-  # namespace: argo-events
+  namespace: argo-events
 type: Opaque
 data:
   token: ZGY2MDNlZmI0Mjc3ZTdhNzhjNjdhMTM5YWViNmM4ZjdlZThkMWNjZA==

+ 1 - 1
argoworkflow/02-event-source-github.yaml

@@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1
 kind: EventSource
 metadata:
   name: github-event-source
-  # namespace: argo-events
+  namespace: argo-events
 spec:
   type: github
   github:

+ 1 - 1
argoworkflow/03-sensor-github.yaml

@@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
 kind: Sensor
 metadata:
   name: github
-  # namespace: argo-events
+  namespace: argo-events
 spec:
   template:
     serviceAccountName: argo-events-sa