Add harbor secrets
This commit is contained in:
parent
2713029f96
commit
e7fbc1bb70
BIN
harbor/templates/core/.core-dpl.yaml.swp
Normal file
BIN
harbor/templates/core/.core-dpl.yaml.swp
Normal file
Binary file not shown.
@ -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:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user