日常更新
This commit is contained in:
8
ansible/files/03-09/argocd-namespace.example.yaml
Normal file
8
ansible/files/03-09/argocd-namespace.example.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# 极简示例:为后续 Argo CD 安装预留命名空间
|
||||
# 生产请改用官方清单: https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: argocd
|
||||
labels:
|
||||
app.kubernetes.io/part-of: argocd
|
||||
Reference in New Issue
Block a user