├── README.adoc ├── argocd ├── argocd-app-pipeline.yaml ├── argocd-app-systemtest.yaml ├── argocd-app.yaml ├── argocd-config-map.yaml ├── argocd-rbac-config-map.yaml ├── default-appproject.yaml ├── production-namespace.yaml └── systemtest-namespace.yaml ├── pipeline ├── pipeline.yaml ├── task-build-push.yaml ├── task-deploy.yaml ├── task-run-smoketest.yaml └── task-run-st.yaml ├── pipelinerun ├── pipelinerun.yml └── trigger-pipeline.sh ├── pipelinetriggers ├── eventlistener.yaml ├── istio-routing.yaml ├── serviceaccount.yaml ├── trigger-template.yaml └── trigger.sh ├── presentation ├── 01-cake.jpg ├── 02-tekton-cake.jpg ├── slide001 ├── slide002 ├── slide003 ├── slide004 ├── slide005 ├── slide006 ├── slide007 ├── slide008 ├── slide009 ├── slide010 ├── slide011 ├── slide012 └── slide013 ├── production ├── app.yaml └── gateway.yaml ├── systemtest ├── app.yaml └── gateway.yaml └── tekton ├── serviceaccount.yaml └── testing-taskrun.yaml /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/README.adoc -------------------------------------------------------------------------------- /argocd/argocd-app-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/argocd-app-pipeline.yaml -------------------------------------------------------------------------------- /argocd/argocd-app-systemtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/argocd-app-systemtest.yaml -------------------------------------------------------------------------------- /argocd/argocd-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/argocd-app.yaml -------------------------------------------------------------------------------- /argocd/argocd-config-map.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/argocd-config-map.yaml -------------------------------------------------------------------------------- /argocd/argocd-rbac-config-map.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/argocd-rbac-config-map.yaml -------------------------------------------------------------------------------- /argocd/default-appproject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/default-appproject.yaml -------------------------------------------------------------------------------- /argocd/production-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/production-namespace.yaml -------------------------------------------------------------------------------- /argocd/systemtest-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/argocd/systemtest-namespace.yaml -------------------------------------------------------------------------------- /pipeline/pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipeline/pipeline.yaml -------------------------------------------------------------------------------- /pipeline/task-build-push.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipeline/task-build-push.yaml -------------------------------------------------------------------------------- /pipeline/task-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipeline/task-deploy.yaml -------------------------------------------------------------------------------- /pipeline/task-run-smoketest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipeline/task-run-smoketest.yaml -------------------------------------------------------------------------------- /pipeline/task-run-st.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipeline/task-run-st.yaml -------------------------------------------------------------------------------- /pipelinerun/pipelinerun.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinerun/pipelinerun.yml -------------------------------------------------------------------------------- /pipelinerun/trigger-pipeline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinerun/trigger-pipeline.sh -------------------------------------------------------------------------------- /pipelinetriggers/eventlistener.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinetriggers/eventlistener.yaml -------------------------------------------------------------------------------- /pipelinetriggers/istio-routing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinetriggers/istio-routing.yaml -------------------------------------------------------------------------------- /pipelinetriggers/serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinetriggers/serviceaccount.yaml -------------------------------------------------------------------------------- /pipelinetriggers/trigger-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinetriggers/trigger-template.yaml -------------------------------------------------------------------------------- /pipelinetriggers/trigger.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/pipelinetriggers/trigger.sh -------------------------------------------------------------------------------- /presentation/01-cake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/01-cake.jpg -------------------------------------------------------------------------------- /presentation/02-tekton-cake.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/02-tekton-cake.jpg -------------------------------------------------------------------------------- /presentation/slide001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide001 -------------------------------------------------------------------------------- /presentation/slide002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide002 -------------------------------------------------------------------------------- /presentation/slide003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide003 -------------------------------------------------------------------------------- /presentation/slide004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide004 -------------------------------------------------------------------------------- /presentation/slide005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide005 -------------------------------------------------------------------------------- /presentation/slide006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide006 -------------------------------------------------------------------------------- /presentation/slide007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide007 -------------------------------------------------------------------------------- /presentation/slide008: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide008 -------------------------------------------------------------------------------- /presentation/slide009: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide009 -------------------------------------------------------------------------------- /presentation/slide010: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide010 -------------------------------------------------------------------------------- /presentation/slide011: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide011 -------------------------------------------------------------------------------- /presentation/slide012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide012 -------------------------------------------------------------------------------- /presentation/slide013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/presentation/slide013 -------------------------------------------------------------------------------- /production/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/production/app.yaml -------------------------------------------------------------------------------- /production/gateway.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/production/gateway.yaml -------------------------------------------------------------------------------- /systemtest/app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/systemtest/app.yaml -------------------------------------------------------------------------------- /systemtest/gateway.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/systemtest/gateway.yaml -------------------------------------------------------------------------------- /tekton/serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/tekton/serviceaccount.yaml -------------------------------------------------------------------------------- /tekton/testing-taskrun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdaschner/tekton-argocd-example/HEAD/tekton/testing-taskrun.yaml --------------------------------------------------------------------------------