Difference between revisions of "Kind: SecurityGroupPolicy"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} <pre> cat >my-security-group-policy.yaml <<EOF apiVersion: vpcresources.k8s.aws/v1beta1 kind: SecurityGroupPolicy metadata: name: my-security-group-policy namespac...")
 
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
EOF
 
EOF
 
</pre>
 
</pre>
 +
 +
 +
 +
== See also ==
 +
* {{1password connect}}
 +
* {{1password}}
 +
 +
[[Category:1passwords]]

Latest revision as of 11:34, 1 July 2024

cat >my-security-group-policy.yaml <<EOF
apiVersion: vpcresources.k8s.aws/v1beta1
kind: SecurityGroupPolicy
metadata:
  name: my-security-group-policy
  namespace: my-namespace
spec:
  podSelector: 
    matchLabels:
      role: my-role
  securityGroups:
    groupIds:
      - my_pod_security_group_id
EOF


See also[edit]

Advertising: