HomeSoftware Heritage

elastic: Create the metadata-fetcher secret to all namespaces

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

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

Details

Provenance
ardumontAuthored on May 12 2022, 5:48 PM
ardumontPushed on May 12 2022, 5:50 PM

Commit No Longer Exists

This commit no longer exists in the repository.