Skip to content

Commit

Permalink
Merge pull request #454 from gianlucam76/credentials
Browse files Browse the repository at this point in the history
(bug) Fix Secret creation with credentials
  • Loading branch information
gianlucam76 authored Jan 28, 2025
2 parents 15f8ac5 + 527e01c commit 7ba004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/helm_charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Another example using Harbor (on Civo cluster) as registry. Create a file named
Create a Secret named _credentials_ in the default namespace using the secret_harbor_content.yaml file:

```
kubectl create secret generic credentials --from-file=config.json=secret_harbor_content.yaml
kubectl create secret generic credentials --from-file=.dockerconfigjson=secret_harbor_content.yaml --type=kubernetes.io/dockerconfigjson
```

Update your ClusterProfile YAML to reference the credentials Secret:
Expand Down

0 comments on commit 7ba004a

Please sign in to comment.