mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Merge pull request #382 from Liujingfang1/pathconfig
enable crd testcase
This commit is contained in:
@@ -5,13 +5,6 @@ kind: Secret
|
|||||||
metadata:
|
metadata:
|
||||||
name: test-crdsecret
|
name: test-crdsecret
|
||||||
---
|
---
|
||||||
apiVersion: v1beta1
|
|
||||||
kind: Bee
|
|
||||||
metadata:
|
|
||||||
name: test-bee
|
|
||||||
spec:
|
|
||||||
action: fly
|
|
||||||
---
|
|
||||||
apiVersion: jingfang.example.com/v1beta1
|
apiVersion: jingfang.example.com/v1beta1
|
||||||
kind: MyKind
|
kind: MyKind
|
||||||
metadata:
|
metadata:
|
||||||
@@ -21,3 +14,10 @@ spec:
|
|||||||
name: test-bee
|
name: test-bee
|
||||||
secretRef:
|
secretRef:
|
||||||
name: test-crdsecret
|
name: test-crdsecret
|
||||||
|
---
|
||||||
|
apiVersion: v1beta1
|
||||||
|
kind: Bee
|
||||||
|
metadata:
|
||||||
|
name: test-bee
|
||||||
|
spec:
|
||||||
|
action: fly
|
||||||
Reference in New Issue
Block a user