mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
12 lines
268 B
YAML
12 lines
268 B
YAML
apiVersion: nmstate.io/v1
|
|
kind: NodeNetworkConfigurationPolicy
|
|
metadata:
|
|
name: test-node-network-configuration-policy
|
|
spec:
|
|
nodeSelector:
|
|
kubernetes.io/hostname: node1
|
|
desiredState:
|
|
interfaces:
|
|
- name: eth1
|
|
type: ethernet
|
|
state: up
|