Skip to content

Commit

Permalink
New Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
disposab1e committed Nov 14, 2019
1 parent e23e345 commit 8748144
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 0 additions & 2 deletions docs/source/kubernetes/gcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Kubernetes

As usual you need to have access to an up and running Kubernetes cluster.

.. _example: https://github.com/disposab1e/argocd-operator-helm/blob/master/deploy/kubernetes/examples/gcp.sh

.. Caution:: We recommend adding a LoadBalancer to your cluster!

.. include:: ../_static/kubernetes_olm.txt
Expand Down
4 changes: 1 addition & 3 deletions docs/source/kubernetes/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ To follow the screenshots in this guide it's recommended to add the Dashboard
to your Minikube installation.

.. _Kubernetes: https://github.com/kubernetes/minikube
.. _example: https://github.com/disposab1e/argocd-operator-helm/blob/master/deploy/kubernetes/examples/minikube.sh


.. code-block:: bash
Expand Down Expand Up @@ -109,7 +107,7 @@ Install Argo CD from the command line (quick) or when you have the

.. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart.

.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md
.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md

.. image:: https://img.shields.io/badge/git%20clone-https%3A%2F%2Fgithub.com%2Fdisposab1e%2Fargocd--operator--helm.git-9cf.svg
:target: https://github.com/disposab1e/argocd-operator-helm
Expand Down
2 changes: 1 addition & 1 deletion docs/source/openshift/crc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Web Console with a nice `Web UI`_.

.. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart.

.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md
.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md


Command Line
Expand Down
10 changes: 5 additions & 5 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Install the operator and Argo CD in a new ``argocd`` namespace.

.. Note:: This operator shares all `configuration values`_ from the Argo CD Helm Chart.

.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/master/helm-charts/argo-cd/README.md
.. _configuration values: https://github.com/disposab1e/argocd-operator-helm/blob/release-0.0.2/helm-charts/argo-cd/README.md


OpenShift
Expand All @@ -46,14 +46,14 @@ OpenShift
# Operator
oc apply -f \
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/openshift/quickstart.yaml
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/openshift/quickstart.yaml
.. code-block:: bash
# Argo CD with defaults
oc apply -f \
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/openshift/argocd.yaml
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/openshift/argocd.yaml
Kubernetes
Expand All @@ -64,13 +64,13 @@ Kubernetes
# Operator
kubectl apply -f \
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/kubernetes/quickstart.yaml
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/kubernetes/quickstart.yaml
.. code-block:: bash
# Argo CD with defaults
kubectl apply -f \
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/master/quickstart/kubernetes/argocd.yaml
https://raw.githubusercontent.com/disposab1e/argocd-operator-helm/release-0.0.2/quickstart/kubernetes/argocd.yaml

0 comments on commit 8748144

Please sign in to comment.