template.yaml 564 B

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