Skip to content

Instantly share code, notes, and snippets.

@safizn
Last active December 21, 2024 11:16
Show Gist options
  • Save safizn/a37f399fb2706cf8d73331f42b840ddf to your computer and use it in GitHub Desktop.
Save safizn/a37f399fb2706cf8d73331f42b840ddf to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment
spec:
template:
spec:
containers:
- name: container
envFrom:
- configMapRef:
name: configuration
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yml
namespace: A
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
namePrefix: dev-
configMapGenerator:
- name: configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment