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 4bd530e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/va/hci/edpm-pre-ceph/dep-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# local-config: referenced, but not emitted by kustomize
apiVersion: v1

Check warning on line 2 in examples/va/hci/edpm-pre-ceph/dep-values.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

2:1 [document-start] missing document start "---"
kind: ConfigMap
metadata:
name: deployment-values
annotations:
config.kubernetes.io/local-config: "true"
data:
deployment:
name: new-deployment
14 changes: 14 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,17 @@ components:

resources:
- values.yaml
- dep-values.yaml

replacements:
- source:
kind: ConfigMap

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

View workflow job for this annotation

GitHub Actions / yaml-lint

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

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

View workflow job for this annotation

GitHub Actions / yaml-lint

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

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

View workflow job for this annotation

GitHub Actions / yaml-lint

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

0 comments on commit 4bd530e

Please sign in to comment.