fix
This commit is contained in:
@@ -44,12 +44,12 @@ data "kustomization_overlay" "data" {
|
||||
}
|
||||
patches {
|
||||
target {
|
||||
kind = "StatefulSet"
|
||||
kind = "Deployment"
|
||||
name = "gitea"
|
||||
}
|
||||
patch = <<-EOF
|
||||
apiVersion: apps/v1
|
||||
kind: StatefulSet
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: gitea
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user