Skip to content

Commit

Permalink
Merge pull request #239 from masayag/remove-gh-pages
Browse files Browse the repository at this point in the history
Remove last references to gh-pages
  • Loading branch information
masayag authored Sep 25, 2024
2 parents cbd1f50 + d130569 commit a4e0c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Meta Operator for deploying the Orchestrator helm charts

# Installing the operator
Please visit the [README.md](https://github.com/parodos-dev/orchestrator-helm-operator/blob/gh-pages/README.md) page and follow the guide to install the operator in your cluster.
Please visit the [README.md](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/README.md) page and follow the guide to install the operator in your cluster.

## Releasing the operator

Expand Down
2 changes: 1 addition & 1 deletion hack/merge_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The script merges two given K8s secrets in yaml format into a single secret named 'docker-credentials' in 'orchestrator-gitops' namespace.
# This script is required to simplify the instruction of
# https://github.com/parodos-dev/orchestrator-helm-chart/tree/gh-pages/gitops#installing-docker-credentials
# https://github.com/parodos-dev/orchestrator-helm-operator/tree/main/docs/gitops#installing-docker-credentials

# Check if the correct number of arguments is provided
if [ $# -ne 2 ]; then
Expand Down

0 comments on commit a4e0c9a

Please sign in to comment.