EUGENIO SOUZA CARVALHO 3 年之前
父節點
當前提交
a52642623c
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      argoworkflow/00-secret-github.yaml
  2. 1 1
      argoworkflow/02-event-source-github.yaml
  3. 1 1
      argoworkflow/03-sensor-github.yaml

+ 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