mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): establish 3.0 incubation baseline
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ql3-worker-credential
|
||||
labels:
|
||||
app.kubernetes.io/name: ql3-worker
|
||||
app.kubernetes.io/component: worker
|
||||
app.kubernetes.io/part-of: qinglong3
|
||||
app.kubernetes.io/managed-by: qinglong3
|
||||
qinglong.io/worker-credential-target: prepared-v3
|
||||
type: Opaque
|
||||
data: {}
|
||||
@@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: qinglong3-worker
|
||||
|
||||
resources:
|
||||
- credential-secret.yaml
|
||||
Reference in New Issue
Block a user