Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
kind: ConfigMap
apiVersion: v1

Check failure on line 2 in management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml

View workflow job for this annotation

GitHub Actions / check-pre-commit

[key-ordering] wrong ordering of key "apiVersion" in mapping
metadata:
name: secret-to-be-created-directly-in-WC
namespace: default
data:

Check failure on line 6 in management-clusters/MC_NAME/organizations/ORG_NAME/workload-clusters/WC_NAME_OUT_OF_BAND_FLUX_APP/out-of-band/configmaps/configmap.yaml

View workflow job for this annotation

GitHub Actions / check-pre-commit

[key-ordering] wrong ordering of key "data" in mapping
values: |-
Test ConfigMap.
Variable substitution still possible here.
I am the ${cluster_name} cluster!
I belong to the ${organization} org!
Encryption is possible here as well, but I am not encrypted atm.
kind: ConfigMap
metadata:
name: secret-to-be-created-directly-in-WC
namespace: default
Loading