mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
feat(cloudnativepg_operator): migrate internal manifests
ref: #15 #13 infrastructure/argo#3
This commit is contained in:
16077
manifests/cloudnativepg-operator/base/Manifests.yaml
Normal file
16077
manifests/cloudnativepg-operator/base/Manifests.yaml
Normal file
File diff suppressed because it is too large
Load Diff
8
manifests/cloudnativepg-operator/base/kustomization.yaml
Normal file
8
manifests/cloudnativepg-operator/base/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: postgres
|
||||
|
||||
resources:
|
||||
- Manifests.yaml
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
Reference in New Issue
Block a user