Add harbor secrets

This commit is contained in:
Jonny Ervine 2024-07-24 21:36:26 +08:00
parent 2713029f96
commit e7fbc1bb70
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -488,7 +488,7 @@ core:
# Secret is used when core server communicates with other components. # Secret is used when core server communicates with other components.
# If a secret key is not specified, Helm will generate one. # If a secret key is not specified, Helm will generate one.
# Must be a string of 16 chars. # Must be a string of 16 chars.
secret: "" secret: "59asJRGgQRTwikQ0"
# Fill in the name of a kubernetes secret if you want to use your own # Fill in the name of a kubernetes secret if you want to use your own
# TLS certificate and private key for token encryption/decryption. # TLS certificate and private key for token encryption/decryption.
# The secret must contain keys named: # The secret must contain keys named:
@ -562,7 +562,7 @@ jobservice:
# Secret is used when job service communicates with other components. # Secret is used when job service communicates with other components.
# If a secret key is not specified, Helm will generate one. # If a secret key is not specified, Helm will generate one.
# Must be a string of 16 chars. # Must be a string of 16 chars.
secret: "" secret: "fAJiWlClHlkredsJ"
## The priority class to run the pod as ## The priority class to run the pod as
priorityClassName: priorityClassName: