Skip to content

Commit

Permalink
Add a values.yaml for OpenStackDataPlaneDeployment
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
  • Loading branch information
fao89 committed Apr 3, 2024
1 parent 2733a76 commit ebb6498
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions examples/va/hci/edpm-pre-ceph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
annotations:
config.kubernetes.io/local-config: "true"
data:
deployment:
name: edpm-deployment-pre-ceph
ssh_keys:
# Authorized keys that will have access to the dataplane computes via SSH
authorized: CHANGEME
Expand Down
18 changes: 11 additions & 7 deletions va/hci/edpm-pre-ceph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ transformers:
components:
- ../../../lib/dataplane

patches:
- target:
replacements:
- source:

Check failure on line 24 in va/hci/edpm-pre-ceph/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

24:1 [indentation] wrong indentation: expected 2 but found 0
kind: ConfigMap
name: edpm-values
fieldPath: data.deployment.name
targets:
- select:

Check failure on line 29 in va/hci/edpm-pre-ceph/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

29:3 [indentation] wrong indentation: expected 4 but found 2
kind: OpenStackDataPlaneDeployment
name: .*
patch: |-
- op: replace
path: /metadata/name
value: edpm-deployment-pre-ceph
fieldPaths:
- metadata.name

Check failure on line 32 in va/hci/edpm-pre-ceph/kustomization.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

32:5 [indentation] wrong indentation: expected 6 but found 4
options:
create: true

0 comments on commit ebb6498

Please sign in to comment.