template.yaml 578 B

1234567891011121314151617181920212223242526
  1. ---
  2. kind: kubernetes
  3. schema: "1.0"
  4. metadata:
  5. icon:
  6. provider: selfh
  7. id: kubernetes
  8. name: Kubernetes ConfigMap
  9. description: >
  10. Kubernetes ConfigMap resource for storing non-sensitive configuration data as key-value pairs.
  11. ConfigMaps allow you to decouple configuration from container images.
  12. Documentation: https://kubernetes.io/docs/concepts/configuration/configmap/
  13. version: 1.31.0
  14. author: Christian Lempa
  15. date: '2025-01-11'
  16. spec:
  17. general:
  18. vars:
  19. resource_name:
  20. default: app-config
  21. namespace:
  22. default: default