| 123456789101112131415161718 |
- # 复制�?secret-harbor.yaml,填�?Harbor 机器人账号后 apply(勿提交明文�?Git�?
- apiVersion: v1
- kind: Secret
- metadata:
- name: harbor-registry
- namespace: alien-produ
- type: kubernetes.io/dockerconfigjson
- stringData:
- .dockerconfigjson: |
- {
- "auths": {
- "39.106.135.88": {
- "username": "robot$alien_cloud",
- "password": "REPLACE_HARBOR_ROBOT_TOKEN",
- "auth": "REPLACE_BASE64_USER_COLON_PASS"
- }
- }
- }
|