mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
db5468a886
Add image pull secret for ghcr.io
8 lines
130 B
Go
8 lines
130 B
Go
package secrets
|
|
|
|
const (
|
|
PullSecretName = "***REMOVED***"
|
|
PullSecretToken = "***REMOVED***"
|
|
PullSecretUser = "***REMOVED***"
|
|
)
|