template.yaml 578 B

1234567891011121314151617181920212223242526
  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. schema: "1.2"
  16. spec:
  17. general:
  18. vars:
  19. resource_name:
  20. default: app-config
  21. namespace:
  22. default: default