Skip to content

Commit

Permalink
[DOP-2367] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 7, 2024
1 parent 20c7fff commit 56b624f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ resource "kubectl_manifest" "gp2-storageclass" {
yaml_body = <<YAML
apiVersion: storage.k8s.io/v1
kind: StorageClass
annotations:
storageclass.kubernetes.io/is-default-class: "true"
metadata:
name: gp2
annotations:
storageclass.kubernetes.io/is-default-class: "true"
parameters:
fsType: ext4
type: gp2
Expand Down

0 comments on commit 56b624f

Please sign in to comment.