Basics for automated test.
This commit is contained in:
parent
c006bd0a39
commit
6c98438fc5
9 changed files with 160 additions and 16 deletions
|
|
@ -20,6 +20,21 @@ patches:
|
|||
storage: 10Gi
|
||||
storageClassName: local-path
|
||||
|
||||
- patch: |-
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: vm-operator
|
||||
data:
|
||||
# Keep in sync with config.yaml
|
||||
config.yaml: |
|
||||
"/Manager":
|
||||
"/Controller":
|
||||
namespace: vmop-dev
|
||||
"/Reconciler":
|
||||
runnerData:
|
||||
storageClassName: null
|
||||
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue