We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111e5a0 commit d9794a6Copy full SHA for d9794a6
2 files changed
KaaS/Elastic Kubernetes Service(EKS)/Terraform/pod-security-group/k8s.tf
@@ -26,7 +26,6 @@ resource "kubernetes_deployment" "my_deployment" {
26
metadata {
27
labels = {
28
app = "my-app"
29
- role = "my-role"
30
}
31
32
KaaS/Elastic Kubernetes Service(EKS)/Terraform/pod-security-group/security-group.tf
@@ -9,7 +9,7 @@ resource "kubernetes_manifest" "security_group_policy" {
9
spec = {
10
podSelector = {
11
matchLabels = {
12
+ app = "my-app"
13
14
15
securityGroups = {
0 commit comments