mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-07-06 15:44:43 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Example: Mirror a secret to all namespaces matching a pattern
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: tls-cert
|
||||
namespace: default
|
||||
labels:
|
||||
kubemirror.raczylo.com/enabled: "true"
|
||||
annotations:
|
||||
kubemirror.raczylo.com/sync: "true"
|
||||
# Mirror to all namespaces starting with "app-"
|
||||
kubemirror.raczylo.com/target-namespaces: "app-*"
|
||||
type: kubernetes.io/tls
|
||||
data:
|
||||
tls.crt: LS0tLS1CRUdJTi... # Base64 encoded cert
|
||||
tls.key: LS0tLS1CRUdJTi... # Base64 encoded key
|
||||
Reference in New Issue
Block a user