Skip to content

Commit

Permalink
Merge pull request #52 from appuio/fix/plugin-docs
Browse files Browse the repository at this point in the history
Revert ignore plugin differences
  • Loading branch information
anothertobi authored Feb 24, 2023
2 parents ef6430f + 13183a9 commit ac17cb4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 74 deletions.
14 changes: 1 addition & 13 deletions component/app.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@ local inv = kap.inventory();
local params = inv.parameters.openshift4_console;
local argocd = import 'lib/argocd.libjsonnet';

local app = argocd.App('openshift4-console', params.namespace, secrets=false) {
spec+: {
ignoreDifferences+: [
{
group: 'operator.openshift.io',
kind: 'Console',
jsonPointers: [
'/spec/plugins',
],
},
],
},
};
local app = argocd.App('openshift4-console', params.namespace, secrets=false);

{
'openshift4-console': app,
Expand Down
7 changes: 0 additions & 7 deletions docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ default:: `[]`

Add plugins to the console.

[IMPORTANT]
====
While adding custom plugins is supported, Argo CD will ignore differences to allow other components to patch this field.
Manual syncs in Argo CD may be necessary.
====

=== `config.route`

[horizontal]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
spec:
ignoreDifferences:
- group: operator.openshift.io
jsonPointers:
- /spec/plugins
kind: Console

0 comments on commit ac17cb4

Please sign in to comment.