mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Begin to migrate towards operator-sdk 1.x project structure
This commit is contained in:
7
config/samples/awx_v1alpha1_awx.yaml
Normal file
7
config/samples/awx_v1alpha1_awx.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: awx.ansible.com/v1beta1
|
||||
kind: AWX
|
||||
metadata:
|
||||
name: awx-sample
|
||||
spec:
|
||||
# Add fields here
|
||||
foo: bar
|
||||
4
config/samples/kustomization.yaml
Normal file
4
config/samples/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
## Append samples you want in your CSV to this file as resources ##
|
||||
resources:
|
||||
- awx_v1beta1_awx.yaml
|
||||
#+kubebuilder:scaffold:manifestskustomizesamples
|
||||
Reference in New Issue
Block a user