mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 19:35:22 +00:00
13 lines
201 B
YAML
13 lines
201 B
YAML
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: controller-manager
|
||
|
namespace: system
|
||
|
spec:
|
||
|
template:
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: manager
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
|