mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-07-09 19:22:21 +02:00
Compare commits
3 Commits
1e160635a2
...
54e85ea00f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54e85ea00f | ||
|
|
4a94cb9dae | ||
|
|
d4d5ff5cab |
@ -12,8 +12,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "k3s",
|
"name": "k3s",
|
||||||
"source": "github.com/marcosnils/daggerverse/k3s@k3s/v0.1.10",
|
"source": "github.com/mnencia/daggerverse/k3s@feat/log-verbosity-control",
|
||||||
"pin": "28eea1fcf3b6ecb38a628186107760acd717442f"
|
"pin": "76b0bc3fa496fe98c63c8b3db9013ab49a47705e"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"disableDefaultFunctionCaching": true
|
"disableDefaultFunctionCaching": true
|
||||||
|
|||||||
@ -62,6 +62,13 @@ func (i IdentityImplementation) GetPluginCapabilities(
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Type: &identity.PluginCapability_Service_{
|
||||||
|
Service: &identity.PluginCapability_Service{
|
||||||
|
Type: identity.PluginCapability_Service_TYPE_INSTANCE_SIDECAR_INJECTION,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user