Skip to content
Snippets Groups Projects
Verified Commit a7b19fc2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

elastic: Create the metadata-fetcher secret to all namespaces

Currently only the loaders git really use it but they all need to mount the secret
volume (since it's using the same declaration). So it needs to be present in all
namespaces [1].

[1]
```
for TYPE in git bzr cvs maven pypi npm svn; do; kubectl apply -f loaders-metadata-fetcher.secret.yaml --namespace ns-loaders-$TYPE; done
secret/metadata-fetcher-credentials configured
secret/metadata-fetcher-credentials created
secret/metadata-fetcher-credentials created
secret/metadata-fetcher-credentials created
secret/metadata-fetcher-credentials created
secret/metadata-fetcher-credentials created
secret/metadata-fetcher-credentials created
```

Related to T4144
parent 410f5020
No related branches found
Tags swh-toolbox-20240523.2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment