EUGENIO SOUZA CARVALHO 3 년 전
부모
커밋
1968f7054b
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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
  4. 1 1
      argoworkflow/04-ingress.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

+ 1 - 1
argoworkflow/04-ingress.yaml

@@ -2,7 +2,7 @@ apiVersion: traefik.containo.us/v1alpha1
 kind: IngressRoute
 metadata:
   name: argoworkflow-server-ingress
-  namespace: argo-events
+  # namespace: argo-events
   annotations:
     traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
 spec: