feat: add production capability foundations
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
clusters:
|
||||
- cluster:
|
||||
certificate-authority-data: preserve-default-ca-canary
|
||||
server: https://192.0.2.10:6443
|
||||
name: ca-redis-lab
|
||||
contexts:
|
||||
- context:
|
||||
cluster: ca-redis-lab
|
||||
user: ca-redis-lab
|
||||
name: ca-redis-lab
|
||||
current-context: ca-redis-lab
|
||||
kind: Config
|
||||
preferences: {}
|
||||
users:
|
||||
- name: ca-redis-lab
|
||||
user:
|
||||
client-certificate-data: preserve-default-client-cert-canary
|
||||
client-key-data: preserve-default-client-key-canary
|
||||
Reference in New Issue
Block a user