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,11 +1,11 @@
apiVersion: v1
data:
values: |-
Test ConfigMap.
Test ConfigMap (colour demo).
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.
Encryption is possible here as well, but I am not encrypted yet.
kind: ConfigMap
metadata:
name: secret-to-be-created-directly-in-WC
Expand Down
Loading