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 <[email protected]>
  • Loading branch information
fao89 committed Apr 3, 2024
1 parent df8abc7 commit 33cdb86
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/va/hci/edpm-pre-ceph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,16 @@ components:

resources:
- values.yaml

replacements:
- source:
kind: ConfigMap

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

View workflow job for this annotation

GitHub Actions / yaml-lint

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

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

View workflow job for this annotation

GitHub Actions / yaml-lint

20:3 [indentation] wrong indentation: expected 4 but found 2
fieldPaths:
- metadata.name
options:

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

View workflow job for this annotation

GitHub Actions / yaml-lint

23:5 [indentation] wrong indentation: expected 6 but found 4
create: true
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 @@ -6,6 +6,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

0 comments on commit 33cdb86

Please sign in to comment.