Browse Source

Add a link in the readme

pull/29/head
Omer Kahani 6 years ago
parent
commit
0195a63be8
  1. 1
      README.md
  2. 0
      applications-helm/Chart.yaml
  3. 0
      applications-helm/templates/_helpers.tpl
  4. 0
      applications-helm/templates/applications.yaml
  5. 0
      applications-helm/templates/argocd-cm.yaml
  6. 0
      applications-helm/templates/argocd-rbac-cm.yaml
  7. 0
      applications-helm/templates/project.yaml
  8. 0
      applications-helm/values-global.yaml
  9. 0
      applications-helm/values-production.yaml
  10. 0
      applications-helm/values-staging.yaml

1
README.md

@ -17,3 +17,4 @@ to explore ArgoCD and GitOps!
| [plugins](plugins/) | Applications which demonstrate config management plugins usage |
| [blue-green](blue-green/) | Demonstrates how to implement blue-green deployment using [Argo Rollouts](https://github.com/argoproj/argo-rollouts)
| [applications](applications/) | An application composed of other applications |
| [applications-helm](applications-helm/) | Demonstrates application composed of other applications using Helm chart and value files |

0
application-of-applications-helm/Chart.yaml → applications-helm/Chart.yaml

0
application-of-applications-helm/templates/_helpers.tpl → applications-helm/templates/_helpers.tpl

0
application-of-applications-helm/templates/applications.yaml → applications-helm/templates/applications.yaml

0
application-of-applications-helm/templates/argocd-cm.yaml → applications-helm/templates/argocd-cm.yaml

0
application-of-applications-helm/templates/argocd-rbac-cm.yaml → applications-helm/templates/argocd-rbac-cm.yaml

0
application-of-applications-helm/templates/project.yaml → applications-helm/templates/project.yaml

0
application-of-applications-helm/values-global.yaml → applications-helm/values-global.yaml

0
application-of-applications-helm/values-production.yaml → applications-helm/values-production.yaml

0
application-of-applications-helm/values-staging.yaml → applications-helm/values-staging.yaml

Loading…
Cancel
Save