Skip to content

Clean up Registry settings & documentation

Jason Plum requested to merge 106-cleanup-registry-settings-and-docs into master

This cleans up the disparity between the previous settings/names across affected charts and the documentation of them.

Aligns

  • name of Secret holding the certificates (gitlab-registry)
  • name of the keys for JWT certificate's public and private pair (registry-auth.*)
  • value of tokenIssuer across all charts. (gitlab-issuer)

The documentation & examples previous had 3 different Secret names, 4 certificate names, and 2 values for tokenIssuer. This brings all of that together across all the charts and documentation. This should also make it easier for others to implement in the future, as they'll have fewer settings they need to populate in their own config.yaml or --set calls for helm.

cc @marin @twk3

Related to #106 (closed)

Edited by Jason Plum

Merge request reports