mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 03:20:56 +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
|
|
|