Skip to content

Commit

Permalink
Attempt to properly configure ocis external nats
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Jun 16, 2024
1 parent 1493010 commit 57c9edf
Show file tree
Hide file tree
Showing 15 changed files with 1,465 additions and 6 deletions.
14 changes: 14 additions & 0 deletions applications/base/nack/application.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
local app = import '../../lib/app.libsonnet';
local ns = import 'namespace.libsonnet';

app.new(
name='nack',
path='applications/base/nack',
namespace='kube-system',
).withIgnoreDifferences([{
'group': 'apiextensions.k8s.io',
'kind': 'CustomResourceDefinition',
'jsonPointers': [
'/metadata/resourceVersion',
],
}])
Loading

0 comments on commit 57c9edf

Please sign in to comment.