Skip to content

Commit

Permalink
update the correct apiVersion value
Browse files Browse the repository at this point in the history
  • Loading branch information
aolle committed Nov 10, 2022
1 parent da60cbc commit 1483e47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions freeipa-server-openshift.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"kind": "Template",
"apiVersion": "v1",
"apiVersion": "template.openshift.io/v1",
"metadata": {
"name": "freeipa-server",
"annotations": {
Expand All @@ -15,7 +15,7 @@
"objects": [
{
"kind": "Route",
"apiVersion": "v1",
"apiVersion": "route.openshift.io/v1",
"metadata": {
"name": "${IPA_SERVER_SERVICE}-https",
"annotations": {
Expand Down Expand Up @@ -129,7 +129,7 @@
},
{
"kind": "DeploymentConfig",
"apiVersion": "v1",
"apiVersion": "apps.openshift.io/v1",
"metadata": {
"name": "${IPA_SERVER_SERVICE}",
"labels": {
Expand Down

0 comments on commit 1483e47

Please sign in to comment.