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