Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 777 Bytes

cloud-native-toolkit-recipe.md

File metadata and controls

21 lines (20 loc) · 777 Bytes

Deploy the Cloud-Native Toolkit

Infrastructure - Kustomization.yaml

  1. Edit the Infrastructure layer ${GITOPS_PROFILE}/1-infra/kustomization.yaml and un-comment the following:
    - argocd/consolenotification.yaml
    - argocd/namespace-ci.yaml
    - argocd/namespace-dev.yaml
    - argocd/namespace-staging.yaml
    - argocd/namespace-prod.yaml
    - argocd/namespace-tools.yaml

Services - Kustomization.yaml

  1. Edit the Services layer ${GITOPS_PROFILE}/2-services/kustomization.yaml uncomment the following:
    - argocd/instances/artifactory.yaml
    - argocd/instances/developer-dashboard.yaml
    - argocd/instances/swaggereditor.yaml
    - argocd/instances/sonarqube.yaml
    - argocd/instances/pact-broker.yaml